xen.git
2006-01-10 emellor@leeni... Poll for peth0 coming up before trying to attach it...
2006-01-10 vhanquez@kneesa... Replace NULL xenbus transaction by a specific XBT_NULL...
2006-01-10 kaf24@firebug... Send guest output on all xen-attached console devices
2006-01-10 kaf24@firebug... Fix the build.
2006-01-10 stekloff@elm3b216... Updated default config options for VMX test domains...
2006-01-10 stekloff@elm3b216... Changed ifconfig loopback to have 127.0.0.1, so ping...
2006-01-10 emellor@leeni... Merged.
2006-01-10 emellor@leeni... Proactively check for NULL strings passed into xc_linux...
2006-01-10 kaf24@firebug... Add VMX guest quick start into Xen 3.0 user manual.
2006-01-10 emellor@leeni... Made network-bridge script work on ALL systems missing...
2006-01-10 kaf24@firebug... Proactively check for NULL strings passed into xc_linx_...
2006-01-10 kaf24@firebug... Add dummy 'all' target to guest-headers Makefile.
2006-01-10 emellor@leeni... Merged.
2006-01-10 emellor@leeni... Extend the xc_linux_save interface to take a callback...
2006-01-09 kaf24@firebug... Tiny bootstrap cleanup.
2006-01-09 kaf24@firebug... General start-of-day cleanups, resulting in the
2006-01-09 emellor@leeni... Merged.
2006-01-09 vhanquez@kneesa... free trans if allocated, if dev_request_and_reply fail.
2006-01-09 vhanquez@kneesa... Fail early without calling dev_request_and_reply if...
2006-01-09 kaf24@firebug... Fix context_switch(). It is necessary to set_current...
2006-01-09 root@kctAs hotplug events are asynchronous by its nature, the...
2006-01-09 emellor@leeni... Merged.
2006-01-09 emellor@leeni... Added missing munmap for live_p2m_frame_list_list.
2006-01-09 emellor@leeni... Fix the error recovery at the undo_out label in __gntta...
2006-01-09 kaf24@firebug... Allow HYPERVISOR_VIRT_START/END public definitions...
2006-01-07 kaf24@firebug... Add cpumask_scnprintf() and cpulist_scnprintf(). This...
2006-01-07 kaf24@firebug... Remove netif_be_dbg debug-key handler from netback...
2006-01-07 kaf24@firebug... Handle migration of x86 VCPUs between physical CPUs.
2006-01-07 kaf24@firebug... Reduce locked critical region in __enter_scheduler(),
2006-01-07 vhanquez@kneesa... separate installation of headers from the linux tree...
2006-01-06 vhanquez@kneesa... test return value of kmalloc to prevent crash is the...
2006-01-06 vhanquez@kneesa... Get rid of the err variable by directly returning error...
2006-01-06 kaf24@firebug... Change the context-switch interface. Get rid of
2006-01-06 kaf24@firebug... Rename per-domain cpumask to more descriptive domain_di...
2006-01-06 kaf24@firebug... Clean up domain shutdown and modification of vcpu
2006-01-06 cl349@firebug... Always EXPORT_SYMBOL pm_power_off now that pm_power_off...
2006-01-06 cl349@firebug... Move definition of pm_power_off to a more sensible...
2006-01-06 kaf24@firebug... Fix a couple of bogus dom0_op names:
2006-01-06 kaf24@firebug... Clean up xen-internal representation of per-vcpu
2006-01-05 kaf24@firebug... Fix up x86 emulator header docs and ensure callers use
2006-01-04 kaf24@firebug... The dom0_ops implementation wasn't matching the interfa...
2006-01-04 kaf24@firebug... Fixes to mtrr interface code in linux guest.
2006-01-04 kaf24@firebug... Add IO-APIC interrupt debugging to 'i' debug key.
2006-01-04 kaf24@firebug... Fix split of duties between close_netdev() and
2006-01-04 kaf24@firebug... Add pending status to irq debugkey dump.
2006-01-04 kaf24@firebug... Add dubug key for dumping guest-bound physical interrupts
2006-01-04 kaf24@firebug... This patch adds TPM_Seal support to the VTSP. On measur...
2006-01-03 kaf24@firebug... merge
2006-01-03 kaf24@firebug... Marge with xen-ia64-unstable.hg
2006-01-03 vhanquez@kneesa... convert latest old initializer to C99 initializer
2006-01-03 emellor@leeni... Fix comment describing return value -- xs_rm returns...
2006-01-03 emellor@leeni... Remove "Died" support from the hotplug monitoring....
2006-01-03 emellor@leeni... Use xenctrl.h, not xc_private.h.
2006-01-03 djm@kirby.fc... Adapt xen-ia64 to changes in xen-unstable
2006-01-03 djm@kirby.fc... Merge
2006-01-03 djm@kirby.fc... Small bug fixes
2006-01-03 emellor@leeni... Remove 03_network_attach_detach_multiple_pos.test from...
2006-01-03 emellor@leeni... Vcpu-list's error message shows an unnecessary header.
2006-01-03 emellor@leeni... These xm info, top, dmesg and log requre no parameter.
2006-01-03 kaf24@firebug... Move public hvm interfaces into xen/include/public...
2006-01-03 kaf24@firebug... merge
2006-01-03 kaf24@firebug... Rename VMX option name lapic to apic, and pass it to...
2006-01-03 vhanquez@kneesa... merge
2006-01-03 vhanquez@kneesa... mixup during reorganization. when SIF_INITDOMAIN it...
2006-01-02 kaf24@firebug... Fix VMX disk config string parse (allow leading whitesp...
2006-01-01 kaf24@firebug... Provide an option to disable ACPI from the VMX config...
2005-12-31 vhanquez@kneesa... fix possible memory leak if one of the kmalloc fail.
2005-12-31 vhanquez@kneesa... remove one pointless macro and make code paths explicit.
2005-12-31 vhanquez@kneesa... reorganize code to avoid duplication
2005-12-31 vhanquez@kneesa... Convert old initializer to C99 initializer.
2005-12-31 vhanquez@kneesa... directly return -ENOMEM instead of jumping to a return...
2005-12-31 vhanquez@kneesa... move error handling out of line to avoid duplicated...
2005-12-31 kaf24@firebug... Clean up 'q' debug key output.
2005-12-31 kaf24@firebug... Allow non-privileged domains restricted access to
2005-12-31 kaf24@firebug... Store admin-specified ioport capabilities in a rangeset
2005-12-31 djm@kirby.fc... Enable stack trace on Xen BUG (by Isaku Yamahata)
2005-12-30 djm@kirby.fc... Plumb through nr_pages -- needed for correct balloon...
2005-12-30 djm@kirby.fc... Missing initialization in cache sync code (by Anthony Xu)
2005-12-30 kaf24@firebug... Fix a missing break in ioemu command-line parsing switch
2005-12-30 kaf24@firebug... Fix rdmsrl() for x86_32 -- high 32 bits must be cast to
2005-12-30 kaf24@firebug... Avoid xen crash if there is no VMX support. If a platform
2005-12-30 kaf24@firebug... Move initial stack-pointer adjustment into assembly
2005-12-30 kaf24@firebug... Virtual TPM persistent states contain VTPM secrets...
2005-12-29 djm@kirby.fc... Ensure initrd fields are set to 0 when no initrd is...
2005-12-29 djm@kirby.fc... Leave psr.ic on in pal_cache_flush -- fixes Linux bug...
2005-12-29 kaf24@firebug... Extend the range abstraction by adding an internal
2005-12-29 kaf24@firebug... Add a little more internal abstraction to the rangeset
2005-12-29 kaf24@firebug... Reset the stack pointer on every cpu early during boots...
2005-12-29 kaf24@firebug... Initialise grant tables via core_initcall so that it...
2005-12-29 kaf24@firebug... Various fixes to Xen stack management. Ensure the cpu0_...
2005-12-29 kaf24@firebug... Add auto-destructing per-domain rangeset data structure,
2005-12-28 djm@kirby.fc... Sync caches only on split cache machines (dynamic test...
2005-12-28 kaf24@firebug... Fix iobmp_mask setup when permitting a domU access to
2005-12-28 kaf24@firebug... Fix a leak occurring at netif_map(). The problem raised...
2005-12-28 kaf24@firebug... Set up X11 authorization when a VMX domain uses SDL.
2005-12-28 kaf24@firebug... Reorganizes network frontend device unregister and...
2005-12-28 kaf24@firebug... Missing file from previous changeset.
2005-12-28 kaf24@firebug... Fix uncleaned vif backend devices when frontend does...
2005-12-28 kaf24@firebug... If netfront fails to allocate a receive skbuff, push...
2005-12-27 vhanquez@kneesa... Prevent vbd frontend from oopsing if the underlying...
next